home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / graphics / amicad / amicad.readme < prev    next >
Text File  |  1999-12-06  |  10KB  |  243 lines

  1. Short:      Schematics vectorial electronics program
  2. Uploader: Roland.Florac@wanadoo.fr (Roland Florac)
  3. Author:   Roland.Florac@wanadoo.fr (Roland Florac)
  4. Type:      gfx/edit
  5. Version:  2.03
  6. Requires: 0S 3.0+, 68020+, gtlayout.library
  7. Distribution: Aminet
  8.  
  9.  
  10. Changes: see in line 80...
  11.  
  12. This program lets you design electronics drawings (and more).
  13. The docs are in french language but the executable is in english,
  14. the english guide is joined but not yet finished.
  15.  
  16. The catalogs are not updated, but the old ones are still working,
  17. some new strings are not translated (see to the end of the .cd file).
  18. If someone is interested to do the traduction of the guide file in
  19. english (even for parts of it), please let me know.
  20.  
  21. THIS SOFTWARE IS GIFTWARE/EMAILWARE, NOT IN THE PUBLIC DOMAIN !
  22.  
  23. IT'S STRICTLY FORBIDDEN TO INCLUDE THIS ARCHIVE IN ANY KIND OF SOFTWARE
  24. COLLECTION EXCEPT AMINET FILESERVER, AMINET CD'S OR BY A EXPLICIT
  25. PERMISSION FROM ME !
  26.  
  27. THIS SOFTWARE IS PROVIDED "AS IS". NO REPRESENTATIONS OR WARRANTIES ARE
  28. MADE WITH RESPECT TO THE ACCURACY, RELIABILITY, PERFORMANCE, CURRENTNESS,
  29. OR OPERATION OF THIS SOFTWARE, AND ALL USE IS AT YOUR OWN RISK !
  30.  
  31. LIn this new version, the program handles a toolbar. This toolbar is defined
  32. with an IFF file, the commands associated are defined in the .info file, in
  33. the tooltypes. With some little job you can define your own toolbar to suit
  34. your needs (you have to load and edit the IFF file, then edit the tooltypes).
  35. Note: you can edit the tooltypes with AmiCAD: for that select the toolbar,
  36. clicking on the drag bar, then click with the right mouse button on the icon
  37. you want to edit), but you have to define the tooltypes COLUMNS and LINES
  38. first to know how many icons are present in the bar. See the examples in
  39. the ToolBars drawer for information. Many of these toolbars can only be
  40. used in a big screen (800x600 or more).
  41. Send me your toolbars for the next release, I'll join them in the archive.
  42.  
  43. Problem: I have tried to write a new routine for printing bands (not all
  44. the screen in one pass), but it was not working (I got allways a line feed
  45. after each band). I set the SPECIAL_NOFORMFEED flag but something was
  46. surely wrong... Can someone help me ? Perhaps it's a problem with the
  47. printer driver (I use HP_Deskjet) ?
  48.  
  49. Features:
  50. ---------
  51. - Installer scripts (french and english),
  52. - Object oriented,
  53. - use the mouse whenever possible to draw and edit objects (double click),
  54. - multiple windows at the same time, allowing copy or cut from
  55. one sheet to another,
  56. - possibility to convert AmiCAD sheets to vector GFX formats, using
  57. the amigametaformat.library (Henk Jonas),
  58. - good printing (while not very user friendly, a ratio must be
  59. adjusted to your printer and to the size of the document),
  60. - AmigaGuide help,
  61. - ARexx port, with about 150 functions,
  62. - possibility to create Spice netlists (using ARexx scripts)...
  63.  
  64. Note: some users asked me to write a library editor, don't expect me
  65. to do it now, I don't need it and I had no such returns for this proggy
  66. to write it.
  67.  
  68. Requirements:
  69. -------------
  70. Hardware
  71. - MC68020 or higher
  72. - AGA chipset or GFX card recommended for high screen resolutions.
  73.  
  74. Software
  75. - AmigaOS v39 (system 3.0) or higher
  76. - gtlayout.library. This library is not supplied in the package.
  77.  
  78. Changes:
  79. --------
  80. Version 2.3
  81. - New requesters to edit objects.
  82. - new MapKey script, MAP function bug corrected.
  83. - slight installer script modification (makedir)
  84.  
  85. Version 2.2
  86. - the bgui.library is not used now, the gtlayout.library is used
  87. in place (faster and shorter).
  88.  
  89. Version 2.1
  90. - a toolbar (optional, can be edited with a Paint program),
  91. - some bugs removed, many little code optimizations.
  92.  
  93. Version 2.0
  94. - new zoom function (from 25% to 1000%),
  95. - scaling is now given in percentage (100 gives scale 1),
  96. - some memory errors and macros menus solved,
  97. - some new ARexx functions (CURSMODE, SETORTHO, SNAPGRID, GETLINE, GETZONE, ZOOM)
  98. and changes (ASK converted to ASKTEXT and ASKNUM, REQFILE, SETSCALE...)
  99. - middle mouse support (selection of a sheet)...
  100.  
  101. Version 1.5
  102. - AmiCAD2META bug corrected (did'nt work with new libraries, thanks to
  103. Henk Jonas for reporting the bug),
  104. - new requester for interrupting printing if needed, new error messages,
  105. - better saving speed (I hope),
  106. - saving the Preferences/Full name in AmiCAD.prefs,
  107. - new user menu (not yet finished, but works),
  108. - new square junctions (alternate symbol),
  109. - problem with bgui requester hopefully solved under PAL screens,
  110. - some little bugs and CyberGuard hits removed (like in PENWIDTH function)...
  111.  
  112. Version 1.4
  113. - french installation bug removed.
  114. - new functions: GETDEVS, GROUP, UNGROUP, FINDOBJ, FINDLINE, PINCOL,
  115. PINLINE, PINNUM and DEVPINS.
  116. - ARexx scripts for creating Spice netlists.
  117. - Lock bug fixed (thanks to Grzegorz Kraszewski) while loading files.
  118.  
  119. Version 1.3
  120. - english guide (not yet finished).
  121. - The undo bug is fixed (I hope...) Some bugs with boxes (printing
  122. and import from clip file) are fixed.
  123. - Boxes and components can now be drawn in dashed lines.
  124. - new function BOX.
  125. - new tooltype GRIDSIZE (from an idea of Graham Maddox).
  126. - some functions enhancements: WRITE, INPUT, OUTPUT...
  127. - some new (AddRefs...) or enhanced ARexx scripts.
  128. - New slovenian catalog from Daniel Krstic (no source available).
  129. - some changes in the libraries including AOP (power lines drawn
  130. only for the first device of a part). See the sheet file "Symboles
  131. analogiques" to see the different models of circuits available.
  132.  
  133. Version 1.2
  134. - The screen has now 16 colors, different colors are used for the
  135.   components, wires, etc... Just adjust the palette to your needs
  136.   or load the file AmiCAD.palette if you want to keep your old
  137.   config file.
  138. - Some bugs corrected: DATE, DEF, SETDEV, SETGRID, REMLIB...
  139. - New functions SAVEALL and GETCOLOR
  140. - Better Symmetry handling, rotations, symmetry, scaling can now be
  141.   performed on clips.
  142. - New box object.
  143. - New Preferences menu (Full name in the title bar).
  144. - The format of the title bar has changed (suggest from Sébastien
  145.   VEYRIN-FORRER).
  146. - Better and new ARexx scripts.
  147. - Italian catalog (thanks to Massimo Basso), new spanish catalog
  148.   from Benjamin Morente (source not available).
  149. - Possibility to localize the library files (italian and english
  150.   versions available for Symboles_AmiCAD and Symboles_électriques).
  151.  
  152. Version 1.1
  153. - ConfigFile.library is no more needed. The configuration file is now
  154.   called AmiCAD.prefs (not compatible with the older files, but can be
  155.   adapted with a text editor),
  156. - better install script,
  157. - Deutsch catalog (thanks to Henk Jonas),
  158. - Czech catalog (thanks to Vit Sindlar),
  159. - Spanish catalog (thanks to Benjamin Morente),
  160. - Workbench screen is now cloned (except number of colors) if no prefs
  161.   are valid,
  162. - some little bugs are corrected (SYMMETRY, LOADCLIP...),
  163. - New tooltypes SHEET_WIDTH and SHEET_HEIGHT,
  164. - new ARexx functions SETPINS and COORDS,
  165. - Some code optimisations (program has new features but is shorter),
  166. - Possibility to set lines to any width for all objects,
  167. - better cursor arrow keys handling,
  168. - groups handling modified (surely better),
  169. - AGA screens colors bug hopefully corrected,
  170. - new requesters in separate windows...
  171.  
  172. Installation
  173. ------------
  174. Use the "install english" installer script (or the "installation
  175. français" script if you are a french language user). You'll also
  176. need Installer from AT to do the job.
  177. You can also use the program only after you unarchive it, just
  178. copy the AmiCAD directory anywhere you want...
  179.  
  180. Usage
  181. -----
  182. Click on the AmiCAD icon to start the program. The first time, as the
  183. preferences are not set correctly, a screen at the dimensions of the
  184. Workbench screen will be opened. You can then change the screen mode
  185. with the Preferences menu. Choose a font for the screen with the font
  186. requester, choose your palette, then save the configuration before
  187. leaving the program to keep your choices.
  188. Use the Draw menu to get objects on the window. Double click on the
  189. objects if you want to modify one of them. You can also use the mouse
  190. with the left button pushed to select multiple parts (in combination
  191. with the shift key to extend a selection, and the ctrl key to
  192. deselect some objects). You can also move objects with the mouse,
  193. dragging them with the left button. To modify a line, click on one
  194. of the extremity and drag it with the mouse (or use the cursor keys
  195. in combination with the shift (optionnal) and alt or ctrl keys for
  196. adjusting each extremity). The other functions should be self
  197. explanatory, I hope. Use the Draw and Edition menus.
  198. You'll also have to set the icon tooltypes to your needs.
  199.  
  200. Note to CyberVision users
  201. -------------------------
  202. The program works pretty well under CyberGraphX but there are some
  203. visual problems under this system: when you draw some components
  204. with filled areas, like triangles or boxes, the complement mode
  205. doesn't work at all, so there are many traces on the screen. This
  206. bug has been reported to Phase 5 but there is no correction for the
  207. moment... Use the Z key to redraw the screen and all will be corrected.
  208. This problem doesn't appear under Amiga native modes and with the
  209. Picasso system (it seems it's CyberVision specific).
  210.  
  211. Credits
  212. -------
  213. The deutsch catalog was written by Henk Jonas:
  214.     subvcbhd@calvados.zrz.TU-Berlin.DE
  215. The czech catalog was written by Vit Sindlar:
  216.     SINDLAR@jackal.cis.vutbr.cz
  217. The spanish catalog was written by Benjamin Morente:
  218.     ackman@mx3.redestb.es
  219. The italian catalogs were written by Massimo Basso:
  220.     cralex@amiga.dei.unipd.it
  221. The slovenian catalogs were written by Daniel Krstic:
  222.     danny.k@www.comtron.si
  223.  
  224.     Some clips and sheet were also provided by Benjamin
  225.     Morente: PIC16C54_DIP, PIC16C54_SSOP, PIC16C56_DIP,
  226.     PIC16C56_SSOP and the RF_Amp sheet.
  227.  
  228.     Some sheets were supplied by Sébastien VEYRIN-FORRER (Renard...)
  229.     forr@club-internet.fr
  230.  
  231.     Some projects were supplied by Graham Maddox (6w_Stereo_Amp
  232.     and Transistor_Tester, MS100-PA, 100W_Linear_Amp...):
  233.     gmaddox@netcentral.co.uk
  234.  
  235. Thanks to them all, but specially for Graham Maddox and Sébastien
  236. Veyrin-Forrer for their support.
  237.  
  238. Thanks to:
  239. ----------
  240.     Krashan/BlaBla (krashan@amiga.org.pl) for their VRastport routines: they
  241.     gave me some help to write the zoom routines.
  242.     Giovanni Bianchessi (bgio@infoplus.it) for his generous gift (the ONLY one).
  243.